mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
committed by
Norman Feske
parent
4969c7cdb0
commit
06d098052f
@ -1,6 +1,6 @@
|
||||
QT += core gui widgets
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += c++2a
|
||||
SOURCES += main.cpp \
|
||||
main_window.cpp
|
||||
HEADERS += main_window.h
|
||||
|
@ -1,6 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = test-tiled_wm-app
|
||||
QT = core gui widgets
|
||||
CONFIG += c++2a
|
||||
SOURCES += main.cpp app.cpp
|
||||
HEADERS += app.h ../util.h
|
||||
RESOURCES = app.qrc
|
||||
|
@ -1,6 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = test-tiled_wm-overlay
|
||||
QT = core gui widgets
|
||||
CONFIG += c++2a
|
||||
SOURCES += main.cpp overlay.cpp
|
||||
HEADERS += overlay.h ../util.h
|
||||
RESOURCES = overlay.qrc
|
||||
|
@ -1,6 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = test-tiled_wm-panel
|
||||
QT = core gui widgets
|
||||
CONFIG += c++2a
|
||||
SOURCES += main.cpp panel.cpp
|
||||
HEADERS += panel.h icon.h ../util.h
|
||||
RESOURCES = panel.qrc
|
||||
|
Reference in New Issue
Block a user