summaryrefslogtreecommitdiff
path: root/noncore/games/qasteroids/qasteroids.pro
Side-by-side diff
Diffstat (limited to 'noncore/games/qasteroids/qasteroids.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/qasteroids/qasteroids.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
new file mode 100644
index 0000000..14a0901
--- a/dev/null
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+DESTDIR = $(QPEDIR)/bin
+HEADERS = ledmeter.h sprites.h toplevel.h view.h
+SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
+TARGET = qasteroids
+INCLUDEPATH += $(QPEDIR)/include
+DEPENDPATH += $(QPEDIR)/include
+LIBS += -lqpe
+
+TRANSLATIONS = ../i18n/de/qasteroids.ts