mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
parent
4969c7cdb0
commit
06d098052f
@ -1,6 +1,6 @@
|
|||||||
QT += core gui widgets
|
QT += core gui widgets
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
CONFIG += c++2a
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
main_window.cpp
|
main_window.cpp
|
||||||
HEADERS += main_window.h
|
HEADERS += main_window.h
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = test-tiled_wm-app
|
TARGET = test-tiled_wm-app
|
||||||
QT = core gui widgets
|
QT = core gui widgets
|
||||||
|
CONFIG += c++2a
|
||||||
SOURCES += main.cpp app.cpp
|
SOURCES += main.cpp app.cpp
|
||||||
HEADERS += app.h ../util.h
|
HEADERS += app.h ../util.h
|
||||||
RESOURCES = app.qrc
|
RESOURCES = app.qrc
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = test-tiled_wm-overlay
|
TARGET = test-tiled_wm-overlay
|
||||||
QT = core gui widgets
|
QT = core gui widgets
|
||||||
|
CONFIG += c++2a
|
||||||
SOURCES += main.cpp overlay.cpp
|
SOURCES += main.cpp overlay.cpp
|
||||||
HEADERS += overlay.h ../util.h
|
HEADERS += overlay.h ../util.h
|
||||||
RESOURCES = overlay.qrc
|
RESOURCES = overlay.qrc
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = test-tiled_wm-panel
|
TARGET = test-tiled_wm-panel
|
||||||
QT = core gui widgets
|
QT = core gui widgets
|
||||||
|
CONFIG += c++2a
|
||||||
SOURCES += main.cpp panel.cpp
|
SOURCES += main.cpp panel.cpp
|
||||||
HEADERS += panel.h icon.h ../util.h
|
HEADERS += panel.h icon.h ../util.h
|
||||||
RESOURCES = panel.qrc
|
RESOURCES = panel.qrc
|
||||||
|
@ -50,7 +50,6 @@ GENODE_QMAKE_CFLAGS = \
|
|||||||
-D__GENODE__ \
|
-D__GENODE__ \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-fconcepts \
|
|
||||||
$(CC_OPT_NOSTDINC) \
|
$(CC_OPT_NOSTDINC) \
|
||||||
$(CC_MARCH) \
|
$(CC_MARCH) \
|
||||||
$(CC_OPT_PIC) \
|
$(CC_OPT_PIC) \
|
||||||
|
@ -1 +1 @@
|
|||||||
0bf1a25e14bf04d6b6d8c4ecca3f611a8a9f364d
|
dd140ccae2f56656b4d9403156699a227d03c5c7
|
||||||
|
@ -4,5 +4,5 @@ VERSION := 5.15.2
|
|||||||
DOWNLOADS := qt5.git
|
DOWNLOADS := qt5.git
|
||||||
|
|
||||||
URL(qt5) := https://github.com/cproc/qt5.git
|
URL(qt5) := https://github.com/cproc/qt5.git
|
||||||
REV(qt5) := issue5205
|
REV(qt5) := issue5239
|
||||||
DIR(qt5) := src/lib/qt5
|
DIR(qt5) := src/lib/qt5
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = qt_launchpad
|
TARGET = qt_launchpad
|
||||||
QT = core gui widgets
|
QT = core gui widgets
|
||||||
|
CONFIG += c++2a
|
||||||
HEADERS += child_entry.h \
|
HEADERS += child_entry.h \
|
||||||
kbyte_loadbar.h \
|
kbyte_loadbar.h \
|
||||||
launch_entry.h \
|
launch_entry.h \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin c++2a
|
||||||
QT = core gui gui_private widgets
|
QT = core gui gui_private widgets
|
||||||
HEADERS = qmake_root/include/qgenodeviewwidget/qgenodeviewwidget.h
|
HEADERS = qmake_root/include/qgenodeviewwidget/qgenodeviewwidget.h
|
||||||
SOURCES = qgenodeviewwidget.cpp
|
SOURCES = qgenodeviewwidget.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user