Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2013 02:34
Show Gist options
  • Save anonymous/5360204 to your computer and use it in GitHub Desktop.
Save anonymous/5360204 to your computer and use it in GitHub Desktop.
QT += core gui sql
TARGET = "Example"
TEMPLATE = app
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
DESTDIR = bin
DEFINES *= _AFXDLL _MBCS
DEFINES -= UNICODE
SOURCES += main.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment