genode/repos/libports/src/app/qt5/qt_launchpad/qt_launchpad.pro
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

16 lines
423 B
Prolog

TEMPLATE = app
TARGET = qt_launchpad
QT = core gui
HEADERS += child_entry.h \
kbyte_loadbar.h \
launch_entry.h \
qt_launchpad.h
SOURCES += child_entry.cpp \
kbyte_loadbar.cpp \
launch_entry.cpp \
main.cpp \
qt_launchpad.cpp
FORMS += child_entry.ui \
launch_entry.ui \
qt_launchpad.ui